home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
ovl20.arc
/
HORSE.C
< prev
next >
Wrap
Text File
|
1988-02-18
|
119b
|
12 lines
horse_noise()
{
printf(" goes neigh");
}
horse(int i)
{
printf("\nhorse");
if(i==9)
horse_noise();
}